vcContextManager
vcContextManager instance is used to query application contexts, change active context and track context changes.
See in: Overview
Module: vcCore
Parent: -
Children -
Referenced by: vcApplication.ContextManager
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| AuthorContext | vcContext | R | Gets the Modeling tab context. |
| ConfigureContext | vcContext | R | Gets the Home tab context. |
| Contexts | list[vcContext] | R | Gets a list of all contexts defined in the application. |
| CurrentContext | vcContext | RW | Gets or sets current context of the application. |
| DrawingContext | vcContext | R | Gets the Drawing tab context. |
| ProcessContext | vcContext | R | Gets the Process tab context. |
| TeachContext | vcContext | R | Gets the Program tab context. |
Events
Learn how to use events here. The events are also inherited from the parent class.
| Name | Parameters | Description |
| OnContextChanged | None | Triggered when the context changes in application. |